home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / VISUAL_B / H441.ZIP / VXBTEST.ZIP / VYFORM1.FRM (.txt) < prev    next >
Visual Basic Form  |  1992-11-13  |  2KB  |  55 lines

  1. VYFORM1
  2. Printer Select
  3. Form1%
  4. PrinterBox
  5. ExitButton
  6. E&xit
  7. SelectButton
  8. &Select
  9. PrinterList
  10. Label2
  11. Default Printer
  12. Label1
  13. Printers Enumerated
  14. Form_Click
  15.     Form_Load
  16.     PrinterOk
  17. PrinterName
  18. vxPrinterEnum
  19. FALSEL
  20. PrinterList
  21. Form_Paint
  22. vxFormFrame
  23. VXFORM7
  24. hWnd'
  25. vxCtlStyle
  26. FileName
  27.     VX_RECESS
  28. List1
  29. VX_RAISE
  30. VYFORM1
  31. PrinterBox
  32. ExitButton_Clicku
  33. PrinterList_Click
  34. PrinterList_DblClick
  35. SelectButton_Click
  36. vxPrinterSelect
  37. Form_Resize
  38. PrinterBox_Change
  39. Label1_Click
  40. vxPrinterDefault
  41. ExitButton_Click
  42. Form_Load
  43.  display default printer
  44.    PrinterBox.text = vxPrinterDefault()
  45.  enumerate printers and put in list box 
  46.  all printers enumerated when vxPrinterEnumt
  47.  returns a single spacee
  48. Form_Paint
  49. Form_Resize
  50. PrinterList_DblClick
  51. SelectButton_Click
  52.  change the default printern
  53. Default printer changed!
  54. Error in Printer Name"
  55.